crypto/ecdh.nistCurve.name (field)
9 uses
crypto/ecdh (current package)
nist.go#L18: name string
nist.go#L26: return c.name
nist.go#L31: key, bytes, err := boring.GenerateKeyECDH(c.name)
nist.go#L70: bk, err := boring.NewPrivateKeyECDH(c.name, k.privateKey)
nist.go#L86: bk, err := boring.NewPrivateKeyECDH(c.name, key)
nist.go#L131: bk, err := boring.NewPublicKeyECDH(c.name, k.publicKey)
nist.go#L168: name: "P-256",
nist.go#L191: name: "P-384",
nist.go#L214: name: "P-521",
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |